home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / multi.dir / 00068.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  382 b   |  22 lines

  1. on idle
  2.   if rollOver(5) then
  3.     set the castNum of sprite 5 to 25
  4.   else
  5.     set the castNum of sprite 5 to 23
  6.   end if
  7.   if rollOver(6) then
  8.     set the castNum of sprite 6 to 26
  9.   else
  10.     set the castNum of sprite 6 to 24
  11.   end if
  12.   if rollOver(21) then
  13.     set the ink of sprite 22 to 0
  14.   else
  15.     set the ink of sprite 22 to 39
  16.   end if
  17. end
  18.  
  19. on exitFrame
  20.   go(the frame)
  21. end
  22.